projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8975214
)
(describe-coding-system): Describe coding systems of type 5, raw-text.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 11 Sep 1997 19:05:59 +0000
(19:05 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 11 Sep 1997 19:05:59 +0000
(19:05 +0000)
lisp/international/mule-diag.el
patch
|
blob
|
history
diff --git
a/lisp/international/mule-diag.el
b/lisp/international/mule-diag.el
index 298408258f1159cda9cabe321408e4c780ab3e09..32b80a583d00cc1cafc1fe0bd3532a12ba32868b 100644
(file)
--- a/
lisp/international/mule-diag.el
+++ b/
lisp/international/mule-diag.el
@@
-186,7
+186,9
@@
but contains full information about each character sets."
(princ " (Big5)"))
((eq type 4)
(princ " (do conversion by CCL program)"))
- (t (princ "invalid coding-system."))))
+ ((eq type 5)
+ (princ " (text with random binary characters)"))
+ (t (princ ": invalid coding-system."))))
(princ "\nEOL type:\n ")
(let ((eol-type (coding-system-eol-type coding-system)))
(cond ((vectorp eol-type)